home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 7.29 / 2003-06_-_Disc_7.29.iso / Data / items.pcg / scripts / DefineButton2_278 / BUTTONCONDACTION on(press).as < prev    next >
Text File  |  2003-04-16  |  101b  |  8 lines

  1. on(press){
  2.    tellTarget("downControl")
  3.    {
  4.       gotoAndStop("start");
  5.       play();
  6.    }
  7. }
  8.